Operator: TanhSlope-Affine-Gate (Fused CUDA Kernel)

Definition
- z = x * scale + bias
- m = 1 - tanh(z)^2
- g = sigmoid(alpha * m + beta)
- y = x * g

Goal
- Fuse derivative-like feature; target ≥1.30x speedup.
